Path: / workflows / {wid} / executions / {eid} / pause

Path parameters:
wid -
eid -

Method Summary
ResourceDescription
PUT /workflows/{wid}/executions/{eid}/pause 

Method Detail
HTTP Example:
PUT /workflows/{wid}/executions/{eid}/pause

API Example:

WorkflowResource.pauseExecution({'wid': …,
  'eid': …});

Output:
void